home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<< CHKDSK ... CHECK DISK >>>>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Analyzes the directories and the File Allocation Table on a
- disk and produces a disk and memory status report.
-
- ; CHKDSK .. Analyzes the default drive's disk.
-
- ; CHKDSK B: .. Analyzes the disk on Drive B.
-
- ; CHKDSK ANALYSIS.WKS .. Displays the number of non-contiguous
- ; areas occupied by ANALYSIS.WKS. If
- ; there are a lot of non-contiguous areas
- ; (1) COPY the file to a backup disk ...
- ; (2) ERASE the original file ... and
- ; (3) reCOPY the file from the backup
- ; disk to the original disk.
-
- ; CHKDSK /F .. The /F corrects errors found in the
- ; directory or file allocation table.
-
- ; CHKDSK /V .. The /V informs CHKDSK to display a
- ; series of progress reports.
- ###